home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Machine Hunter - Digital … Kit (Europe) (En,Fr,De)
/
Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin
/
mac
/
EIDOS.dir
/
00158_Script_158
< prev
next >
Wrap
Text File
|
1997-05-14
|
602b
|
25 lines
on xtracopy
if the platform contains "Mac" then
maccopy
else
openXLib "Xtras\filecopy" -- custom xtra
set filename = the pathName&"screens\"& the name of cast the mousecast
if fileName > "" then
set wFileName = doSaveAsDlg(the pathName&"screens\"& the name of cast the mousecast, "Tiffs@*.tif")
if wFileName > "" then
set result = copyFile(wFileName, fileName) -- this is the call that does the copying
put result
end if
end if
closeXLib "Xtras\filecopy"
end if
end xtracopy